Fix introspection
authorMatthias Clasen <mclasen@redhat.com>
Sat, 29 Aug 2015 07:11:01 +0000 (03:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 29 Aug 2015 07:11:01 +0000 (03:11 -0400)
commit6838861d26bfec9af53438022bd1f5b60bab3bf4
tree00a8927c2b424cd729f2cc726e737f6db7cb6cd3
parentf44358b76a362db5230e21946afe3bac618acdfb
Fix introspection

Calling our get_type functions without prior gtk_init() is not ok,
and causes warnings now. Avoid that by teaching g-ir-scanner to
put a gtk_init() call into its generated code.
gtk/Makefile.am